home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 31 / PC Gamer IT CD 31 2-2.iso / utility / MIDWV221 / MidWavi.Exe / 0 / RCDATA / TFORM8 / TFORM8.txt < prev   
Text File  |  1998-04-08  |  973b  |  47 lines

  1. object Form8: TForm8
  2.   Left = 260
  3.   Top = 152
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'MidWavi Standard CD Player'
  7.   ClientHeight = 117
  8.   ClientWidth = 257
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 32
  21.     Top = 52
  22.     Width = 201
  23.     Height = 25
  24.     AutoSize = False
  25.     Caption = '   Play     Pause    Stop      Next      Prev'
  26.   end
  27.   object CDPlayer: TMediaPlayer
  28.     Left = 32
  29.     Top = 8
  30.     Width = 352
  31.     Height = 41
  32.     DeviceType = dtCDAudio
  33.     TabOrder = 0
  34.     OnClick = CDPlayerClick
  35.   end
  36.   object BitBtn1: TBitBtn
  37.     Left = 40
  38.     Top = 78
  39.     Width = 180
  40.     Height = 30
  41.     Caption = '&Return To MidWavi'
  42.     TabOrder = 1
  43.     OnClick = BitBtn1Click
  44.     Kind = bkClose
  45.   end
  46. end
  47.